﻿body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input[type=text],textarea,p,blockquote,th,td,button{padding:0;margin:0;font-size:100%}
* { 
	margin:0px; padding:0px;/*去除页面中所有标签的默认间距、补白*/
}
body{
	font: 16px/1.5 "Microsoft YaHei","宋体",Arial,Sans-Serif;
	margin: 0;
	padding: 0;/*--for opera--*/
	background-color: #FFF;
}
html{
	font-size:10px;
	}
ul, li, dl, dt, dd {
	display:block;
	list-style-type:none;/*去除ol、ul、li的默认样式*/
}
h1,h2,h3,h4,h5,h6 { 
	font-weight:normal;/* 去除默认的字体样式 */
}
img{border:0;max-width:100%;_width:100%;}
td {
	font-family: Verdana;
	font-size: 9pt;
	color: #000000;
}
div {
    margin: 0 auto;
}
.clear {
	border-top:1px solid transparent !important;
	margin-top:-1px !important;
	border-top:0;
	margin-top:0;
	clear:both;/* IE清除浮动必备代码 */
	visibility:hidden;
}
a {
	font-family:"Microsoft YaHei","宋体",Arial,Sans-Serif;
	color: #333333;
	text-decoration: none;
}
a:hover  {
	font-family:"Microsoft YaHei","宋体",Arial,Sans-Serif;
	color: #FF0000;
	text-decoration: none;
}
/*title*/
.tle { margin-bottom:10px; position:relative}
.tle h4 { display:inline; font-size:25px; color:#5c5b5b; font-weight:normal}
.tle em { font-style:normal; font-size:15px; color:#b0b0b0; padding:0 5px}
.tle h4 a {
	color:#5c5b5b;
	font-size: 11pt;
}
.tle h4 a:hover { text-decoration:none}
.w{
	width: 1200px;
	/* width: 98%;
	padding-left: 1%;
	padding-right: 1%;
	box-sizing: border-box; */
}
.w12{
	width: 1200px;
}
.w13{
	width: 1300px;
}
.w14{
	width: 1480px;
}
.w16{
	width: 1680px;
}
.w19{
	width: 1920px;
}
#header_line{
	width: 100%;
	background-color: #064fb3;
	height: 50px;
}
#header_line .w{
	position: relative;
}
.welcome{
	line-height: 50px;
	color: #fff;
}
/* 搜索 */
/*form-item*/
#search{
	overflow: hidden;
	position: absolute;
	top: 15px;
	right: 0;
	z-index: 999;
}
.gjz{
	display: inline-block;
	line-height: 30px;
	background-color:transparent;
	font-size: 12px;
}
#search-form{
	display: inline-block;
	line-height: 20px;
	padding: 0;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 10px;
	background-color: #fff;
}
#search-form form{
	padding: 0;
	margin: 0;
}
#keywords{
	width: 150px;
	height: 20px;
	line-height: 20px;
	padding: 0;
	outline: none;
	border: none;
	cursor: pointer;
	font-size: 12px;
	font-family:"Microsoft YaHei","宋体",Arial,Sans-Serif;
}
#post-search{
	width: 30px;
	height: 20px;
	line-height: 20px;
	padding: 0;
	margin-top: -6px;
	margin-left: -6px;/* inpunt默认6px间隔清除 */
    outline: none;
    border: none;
    cursor: pointer;
	color: #fff;
	background-color: #fff;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: center 3px;
}
#header  {
	width:100%;
	height:120px;
	background-color: #0b3b6b;
}
#logo{
	width: 300px;
	height: 120px;
	overflow: hidden;
	float: left;
}
#nav{
	margin:0 auto;
	z-index:999;
}
#nav ul{
	display: -webkit-box; 
	display: -moz-box; 
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
	-webkit-box-pack: flex-end;
	-moz-justify-content: flex-end;
	-ms-flex-pack: flex-end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;/* 子元素居中对齐 */
}
/*一级菜单*/ 
#nav li{
	-webkit-flex-basis: 110px;
	flex-basis: 110px;/* 设置宽度 */
	height:120px;/* 菜单高度*/
	line-height:120px;
	position: relative;
}
#nav ul li a{ 
	display:block;
	color:#FFF;
	font-size:1.6rem;
	text-align: center;
	}
#nav li a:hover{
	color:#FFF;
	background-color:#295786;
	text-decoration:none;
	transform:rotate(0);
	-webkit-transform:rotate(0);
	transition:all 0.5s;
}
/*二级菜单*/
#nav ul li ul {
	display:none;
	position: absolute;
	top: 120px;/* 同上级LI菜单高度*/
	margin:0;
	min-width: 100%;
	z-index: 9999;
	background-color: #0b3b6b;
}
#nav li:hover>ul {display: block;}
#nav li ul li {
	float: left;
	margin: 0;
	padding:0;
	width:100%;
	height: 35px;
	line-height: 35px;
	white-space: nowrap;
	position: relative;
}
#nav li ul li a {
	display: block;
	margin: 0; 
	padding:0;
	color: #FFF;
	font-size:10pt;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#nav li ul li a:hover {color: #fff;background: #295786;}
/*三级菜单*/
#nav li ul li ul{display:none;position: absolute;top: 0;left: 100%;padding: 0;margin:0;width:auto;z-index: 99;}
#nav li ul li:hover .ul3{display: block;}
#nav li ul li ul li{float: left;margin: 0;white-space: nowrap;height: 35px; line-height: 35px;}
#nav li ul li ul li a{display: block;margin: 0; font-size: 12px;}
#nav li ul li ul li a:hover{color: #fff;background: #295786;}
/* banner */
.banner-box{min-width:100%;position:relative;overflow:hidden;}
.banner-box .bd{ width:100% !important;}
.banner-box .bd li .m-width {width:100%;margin:0 auto;overflow:hidden;}
.banner-box .bd li{width:100% !important;}
.banner-box .bd li a{display:block;background-size:auto;}

.banner-box .prev,.banner-box .next{width:40px;height:80px;position:absolute;z-index:1;top:50%;margin-top:-55px;} 
.banner-box .prev{left:50px;background:url(../images/slider-arrow.png) -126px -127px #0b3b6b no-repeat;display:none;} 
.banner-box .next{right:50px;background:url(../images/slider-arrow.png) -6px -127px #0b3b6b no-repeat;display:none;}

.banner-box .hd {width:100%;position:absolute;z-index:1;bottom:0;left:0;height:70px;line-height:70px;}
.banner-box .hd ul { text-align:center;}
.banner-box .hd ul li{width:10px;height:10px;border-radius: 50%;line-height:999px;margin-right:20px;background:#FFF;cursor:pointer;display:inline-block;*display:inline;zoom:1;}
.banner-box .hd ul li.on{background:#064FB3;}
.banner-box img{width:100%;_width:100%;}
/* index */
/* 通用标题 */
.index_title{
	width: 100%;
	height:60px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background:url(../images/solid.gif) center 5px no-repeat;
	}
.index_title a {
	color:#1c2e48;
	font-size:18px;
	font-size:1.8rem;
	text-decoration: none;
	text-transform:uppercase;
}
.index_title a:hover{
	color: #3d9dcd;
}
.index_title span{
	font-size:12px;
	font-size: 1.2rem;
	color: #a6a6a7;
	display: block;
	text-transform:uppercase;
}
/*关于我们*/
#about{
	padding-top: 70px;
	padding-bottom: 105px;
	overflow: hidden;
}
#about_l{
	width: 110px;
	height: 350px;
	float: left;
	position: relative;
}
.about_title{
	height: 40px;
	background-image: url(../images/icon1.png);
	background-repeat: no-repeat;
	background-position: 30px bottom;
}
.about_title a{
	font-size: 18px;
	color: #0b3b6b;
}
.about_title a:hover{
	color: #f00;
}
.about_title_wz{
	width: 300px;
	position: absolute;
	text-align: right;
	top: 160px;
	left: -120px;
	font-size: 40px;
	text-transform:uppercase;
	color: #e0e0e0;
	transform:scale(1) rotate(90deg);
	background-image: url(../images/title_wz_line.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#about_c{
	width: 550px;
	height: 350px;
	line-height: 25px;
	overflow: hidden;
	font-size: 14px;
	float: left;
}
#about_r{
	width: 480px;
	height: 350px;
	float: right;
}
#about_r .pic{ 
	width:100%;
	height: 0;/*将元素的 height 设成 0，使得元素的高度等于 padding-bottom*/
	padding-bottom: 72.91%;/* 高同宽的默认比例 */
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	box-sizing: border-box;
	background-size: auto 100%;
	-webkit-transition:all .8s;
	-moz-transition:all .8s;
	-ms-transition:all .8s;
	-o-transition:all .8s;
	transition:all .8s;
}
#about_r .pic:hover{
	background-size : auto 120%;
}
#about_r .pic img{
	width: 100%;/* 兼容IE8 */
	height: 100%;
	position: absolute;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
/*产品中心*/
.product_title{
	width: 100%;
	min-height: 90px;
	padding-top: 65px;
	padding-bottom: 60px;
	background-color: #ebeaea;
}
.product_title_l{
	width: 110px;
	height: 40px;
	background-image: url(../images/icon1.png);
	background-repeat: no-repeat;
	background-position: 30px bottom;
	float: left;
}
.product_title_l a{
	display: block;
	font-size: 18px;
	color: #0b3b6b;
	white-space: nowrap;/*设置不折行*/
	overflow: hidden;/*超出部分自动隐藏*/
	text-overflow: ellipsis;/*省略号*/
}
.product_title_l a:hover{
	color: #f00;
}
.pronav{
	width: 1090px;
	float: right;
	text-align: right;
	padding-bottom: 50px;
}
.pronav li{
	min-width: 100px;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}
.pronav .active a{
	color: #0258cd;
}
.pronav .active a::before{
	content: "";
	position: absolute;
	top: -65px;
	left: 0;
	width: 100px;
	height: 2px;
	background-color: #0258cd;
	z-index: 1;
}
.pronav li:hover a{
	color: #0258cd;
}
.pronav li:hover a::before{
	content: "";
	position: absolute;
	top: -65px;
	left: 0;
	width: 100px;
	height: 2px;
	background-color: #0258cd;
	z-index: 1;
}
.pronav li a{
	height: 35px;
	line-height: 35px;
	padding-left: 10px;
	padding-right: 10px;
	color: #000;
	display: block;
	font-size:14px;
	position: relative;
}
/* 产品静态 */
#index_product{
	position: relative;
	height: 650px;
}
.index_product_list{
	margin: 0 auto;
	position: absolute;
	top: -50px;
	left: 50%;
	margin-left: -600px;
	z-index: 1;
}
#index_product_l{
	width: 110px;
	height: 650px;
	float: left;
	position: relative;
}
.index_product_l_wz{
	width: 300px;
	position: absolute;
	text-align: right;
	top: 160px;
	left: -120px;
	font-size: 40px;
	text-transform:uppercase;
	color: #e0e0e0;
	transform:scale(1) rotate(90deg);
	background-image: url(../images/title_wz_line.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#index_product_r{
	width: 1090px;
	height: 650px;
	float: left;
	position: relative;
}
.index_product_list ul{
	overflow: hidden;
	display: none;
}
.index_product_list li{
	float: left;
	width: 32%;/* 控制图片数量 */
	margin-right: 2%;/* 最右边不显示，所以大于0.5% */
	position: relative;
}
.index_product_list li a{
	display: block;
	border:1px solid transparent;
}
.index_product_list li a:hover .pic{
	-webkit-filter: grayscale(70%); /* Chrome, Safari, Opera */
	filter: grayscale(70%);
}
.index_product_list li .pic{
	width: 100%;
	height: 0;/*将元素的 height 设成 0，使得元素的高度等于 padding-bottom*/
    padding-bottom: 79.11%;/* 高同宽的默认比例 */
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	}
.index_product_list li .pic img{
	width: 100%;/* 兼容IE8 */
	height: 100%;
	position: absolute;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
.index_product_list li .title{
	width: 100%;
	line-height: 75px;
	text-align: center;
	white-space: nowrap;/*设置不折行*/
	overflow: hidden;/*超出部分自动隐藏*/
	text-overflow: ellipsis;/*省略号*/
	color: #000;
	font-size: 16px;
}
/*成功案例*/
#index_case{
	padding-top: 50px;
	padding-bottom: 50px;
	overflow: hidden;
}
#index_case_l{
	width: 110px;
	height: 435px;
	float: left;
	position: relative;
}
.case_title{
	height: 40px;
	background-image: url(../images/icon1.png);
	background-repeat: no-repeat;
	background-position: 30px bottom;
}
.case_title a{
	font-size: 18px;
	color: #0b3b6b;
}
.case_title a:hover{
	color: #f00;
}
.index_case_l_wz{
	width: 300px;
	position: absolute;
	text-align: right;
	top: 160px;
	left: -120px;
	font-size: 40px;
	text-transform:uppercase;
	color: #e0e0e0;
	transform:scale(1) rotate(90deg);
	background-image: url(../images/title_wz_line.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#index_case_r{
	width: 1090px;
	height:435px;
	float: left;
	position: relative;
}
.picScroll{ box-sizing: border-box;position:relative;overflow: hidden;}
.picScroll .prev,
.picScroll .next{ 
	display:block; 
	position:absolute; 
	top:45%; 
	left:0px; 
	width:40px; 
	height:40px; 
	background:url(../images/btn.png) no-repeat;
	display: none;
}
.picScroll .prev{left:0;}
.picScroll .next{ left:auto; right:0; background-position:-42px 0px;}
.picScroll .prev:hover{ background-position:0 -47px;}
.picScroll .next:hover{ background-position:-42px -47px; }

.picScroll .bd{
	padding: 0 0;/* 给两边的箭头留足空间 */
}
.picScroll .tempWrap{width:100% !important;box-sizing: border-box; float:left; }
.picScroll ul{padding-top:20px; overflow:hidden; zoom:1;position:relative; }
.picScroll ul>span{
	width:25%;/* 两排滚动专用*/
	display: inline-block;
}
.picScroll ul li{
	width:25%;/* 控制图片的数量 */
	float:left;
}
.picScroll ul li a{
	display: block;
	margin: 0 5px;/* 控制图片之间的间距 */
	border: 1px solid transparent;
}
.picScroll ul li a:hover .pic{
	-webkit-filter: grayscale(70%); /* Chrome, Safari, Opera */
	filter: grayscale(70%);
}
.picScroll .pic{ 
	width:100%;
	height: 0;/*将元素的 height 设成 0，使得元素的高度等于 padding-bottom*/
	padding-bottom: 147.74%;/* 高同宽的默认比例 */
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	box-sizing: border-box;
	}
.picScroll .pic img{
	width: 100%;/* 兼容IE8 */
	height: 100%;
	position: absolute;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
.picScroll .title{ 
	width:100%; 
	text-align:center;
	white-space: nowrap;/*设置不折行*/
	overflow: hidden;/*超出部分自动隐藏*/
	text-overflow: ellipsis;/*省略号*/
	color: #000;
	font-size: 16px;
	}
.picScroll .title span{
	width: 100%;
	height: 50px;
	line-height: 50px;
	white-space: nowrap;/*设置不折行*/
	overflow: hidden;/*超出部分自动隐藏*/
	text-overflow: ellipsis;/*省略号*/
}
/*新闻中心*/
#news{
	padding-bottom: 80px;
	overflow: hidden;
}
#news_l{
	width: 110px;
	height: 415px;
	float: left;
	position: relative;
}
.news_title{
	height: 40px;
	background-image: url(../images/icon1.png);
	background-repeat: no-repeat;
	background-position: 30px bottom;
}
.news_title a{
	font-size: 18px;
	color: #0b3b6b;
}
.news_title a:hover{
	color: #f00;
}
.news_l_wz{
	width: 300px;
	position: absolute;
	text-align: right;
	top: 160px;
	left: -120px;
	font-size: 40px;
	text-transform:uppercase;
	color: #e0e0e0;
	transform:scale(1) rotate(90deg);
	background-image: url(../images/title_wz_line.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#news_r{
	width: 1090px;
	height:415px;
	float: left;
	position: relative;
}
.news_pic{
	width: 960px;
	padding-left: 65px;
	padding-right: 65px;
	overflow: hidden;
}
.news_pic_l{
	width: 389px;
	height: 206px;
	float: left;
	background-size:contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
	-webkit-transition:all .8s;
	-moz-transition:all .8s;
	-ms-transition:all .8s;
	-o-transition:all .8s;
	transition:all .8s;
}
.news_pic_l:hover{
	background-size : auto 120%;
}
.news_pic_l img{
	width: 100%;
	height: 100%;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
.news_pic_r{
	width: 435px;
	height: 106px;
	padding: 50px;
	float: right;
	background-color: #ebeaea;
}
.news_pic_r:hover{
	background-color: #1c406a;
}
.news_pic_r:hover .title_l a{
	color: #fff;
}
.news_pic_r:hover .description{
	color: #fff;
}
.news_pic_r:hover .title_r{
	color: #FFF;
}
.news_pic_r .title{
	width: 100%;
	height: 60px;
	overflow: hidden;
}
.news_pic_r .title_l{
	width: 370px;
	padding-top: 32px;
	float: left;
}
.news_pic_r .title_l a{
	display: block;
	white-space: nowrap;/*设置不折行*/
	overflow: hidden;/*超出部分自动隐藏*/
	text-overflow: ellipsis;/*省略号*/
}
.news_pic_r .title_r{
	width: 60px;
	float: right;
	text-align: center;
	color: #064fb3;
	font-size: 40px;
	line-height: 30px;
}
.news_pic_r .title_r span{
	display: block;
	font-size: 14px;
}
.news_pic_r .description{
	width: 100%;
	padding-top: 20px;
	font-size: 14px;
	line-height: 100%;
}
.news_list{
	padding-top: 35px;
}
.news_list li{
	width: 335px;
	height:165px;
	margin-right: 38px;
	float: left;
	font-size: 15px;
	color: #fff;
}
.news_list li:hover a{	
	background-color: #1c406a;
	color: #FFF;
}
.news_list li:hover a{
	color: #FFF;
}
.news_list li a{
	display: block;
	padding: 40px 20px;
	background-color: #ebeaea;
}
.news_list li a .title{
	width: 100%;
	white-space: nowrap;/*设置不折行*/
	overflow: hidden;/*超出部分自动隐藏*/
	text-overflow: ellipsis;/*省略号*/
}
.news_list li span{
	display: block;
	height: 60px;
	line-height: 20px;
	margin-top: 10px;
	overflow: hidden;
	font-size: 14px;
}
/* 二级页面 */
#main{
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox; /* 混合版本语法: IE 10 */
	display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
	}
#main_left{
	width: 22%;
	}
.catname{
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	height: 70px;
	background-color: #0B3B6B;
}
.catname .dir{
	width: 100%;
	text-align: center;
	padding-top: 5px;
	line-height: 26px;
	color: #ddd;
	text-transform:uppercase;
	font-size: 26px;
}
.catname .zh{
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 12pt;
}

.left_list{
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
	border-bottom: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	margin-bottom: 15px;
	line-height: 200%;
}
.left_ss{
	display: none;
	padding:5px;
	margin-top:10px;
}
/* 左侧栏目导航*/
.left_nav {
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	margin-bottom: 15px;
}
.left_nav ul a {
	/* 整体字体颜色*/
	font-size:11pt;
	text-decoration: none;
	color: #000;
}
.left_nav ul a:hover {
	text-decoration: none;
}
.left_nav>ul>li {
	text-align:center;
	line-height:50px;
	min-height:50px;
	position:relative;
}
.left_nav>ul>li ul {
	display:none;
	background-color:#FFF;
}
.left_nav>ul>li ul a {
	color: #000;/* 三级分类字体颜色 */
	font-size: 10pt;
}
.left_nav>ul>li ul a:hover {
	color: #f00;
}
.left_nav>ul>li>a {
	position:relative;/*jquery的slideDow效果不兼容IE7*/
	*+position: !important;/*IE7去效果代码*/
	display:block;
	font-size:12pt;
	width:100%;
	height:100%;
	transition:all 0.5s;
}
.left_nav>ul>li>span a {
	position:absolute;
	z-index:99;
	font-family: "宋体";
	font-size: 18px;
	font-weight: bold;
	left: 40px;/*如果标题字数过长，可以调节数值*/
	transform: rotate(0);
	-webkit-transform: rotate(0);
	transition: all 0.5s;
}
.left_nav>ul>li>span a.on {
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
}
.left_nav>ul>li>a.on{
	color: #F00;
}
.left_nav>ul>li:hover {
	/* 鼠标经过变色 */
}
.left_nav>ul>li:hover span>a,.left_nav>ul>li:hover>a{
	color:#f00;
}
.left_sub a {
	font-size:14px;
	color:#FFF;
}
.left_sub a:hover {
	color:#5390cd;
	text-decoration: none;
}
.highlight {
/*当前栏目高亮预制*/
}
.highlight a {
	color: #F00;
}
/* 左侧栏目导航_结束*/
#main_right{
	-webkit-box: 1;
	-moz-box: 1;
	-ms-flex: 1;
	-webkit-flex: initial;
	flex: 1;
	margin-left: 30px;
	}
/* 二级页面右侧*/
#content_lm{
	width: 100%;
	box-sizing: border-box;
	text-indent: 1rem;
	line-height:3.6rem;
	height:3.6rem;
	overflow: hidden;/* 超出部分自动隐藏 */
	font-family:"Microsoft YaHei","宋体",Arial,Sans-Serif;
	font-size:2rem;
	margin-bottom: 5px;
	border-left:4px solid #0B3B6B;
	}
#content_lm span{
	font-weight: normal;
	font-family:"宋体",Arial,Sans-Serif;
	font-size:9pt;
	float:right;
	padding-right:10px;
	}
#content_lm span a{
	font-family:"宋体",Arial,Sans-Serif;
}
#content{
	width: 100%;
	box-sizing: border-box;
	line-height: 200%;
	border-top: 1px solid #ccc;
	}
/*main-body*/
#main-body { }
.innerp { position:relative; padding-top:30px}
/*product*/
.prolist ul li { float:left; margin:0 40px 20px 0; position:relative; z-index:12}
.prolist ul li .img-de{
	position: absolute;
	right: -15px;
	top: 20px;
	overflow: hidden;
	height: 86px;
}
.prolist ul li .img-de .img-l {
	height: 86px;
	padding-left: 10px;
	padding-right: 2px;
	padding-top: 20px;
	background: url(../images/sprites.png) no-repeat 0px -487px;
	max-width: 200px;
	float:left;
	position:relative;
	right:-500px; 
}
.prolist ul li .img-de .img-l{ _background: url(../images/sprites.gif) no-repeat 0px -487px;}

.prolist ul li .img-de .img-l .img-title{
	font-size: 16px;
	margin-bottom: 2px;
}

.prolist ul li .img-de .img-l .img-title a{
	text-decoration: none;
	color: #49494b;
}

.prolist ul li .img-de .img-l .img-date{
	font-size: 12px;
	text-align: right;
	color: #7b7b7b;
}

.prolist ul li .img-de .img-r{
	float: right;
	width: 15px;
	height: 96px;
	cursor:pointer;
	background: url(../images/sprites.png) no-repeat 0px -579px;
}
.prolist ul li .img-de .img-r{_background: url(../images/sprites.gif) no-repeat 0px -579px;}

/*marquee-products*/
.marqu-holder { position:relative}
.marqu-holder .marqu-arrow { background:url(../images/sprites.png) no-repeat left -115px; width:52px; height:52px; position:absolute; left:0; top:35px; overflow:hidden; cursor:pointer; z-index:11}
.marqu-holder .marqu-arrow { _background:url(../images/sprites.gif) no-repeat left -115px;}
.marqu-holder .marqu-right { right:0; left:auto; background-position:-104px -115px}
.marqu-holder .marqu-right:hover { background-position:-156px -115px}
.marqu-holder .marqu-left:hover { background-position:-52px -115px}

.marqu-prolist .marqu-area { overflow:hidden; position:relative; z-index:10; height:120px}
.marqu-prolist .marqu-area ul { *height:120px; }
.marqu-prolist .marqu-area ul li { float:left; padding:0 13px; *width:220px;}
.marqu-prolist .marqu-area ul li .img-info { position:relative; height:120px; overflow:hidden}
.marqu-prolist .marqu-area ul li .img-title { position:absolute; background:url(../images/trbg.png) repeat-x; height:25px; line-height:25px; width:100%; color:white; bottom:-25px; left:0; text-align:center}
.marqu-prolist .marqu-area ul li .img-title a { color:#fff}
.marqu-prolist .marqu-area ul { width:4920px; height:120px}
/*footer*/
#footer{
	width: 100%;
	background: #0b3b6b;
	border-top: 1px solid #fff;
	padding-top: 50px;
	padding-bottom: 40px;
}
#footer .copyright{
	color:white;
	font-size:14px;
	line-height: 200%;
	overflow: hidden;
	}
#footer .copyright a {
	font-size:14px;
	font-size: 1.4rem;
	color: #ffffff;
	text-decoration: none;
}
#footer .copyright a:hover  {
	font-size:14px;
	font-size: 1.4rem;
	color: #999;
	text-decoration: none;
}
#footer .copyright .l{
	width: 830px;
	float: left;
	font-size: 17px;
}
#footer .copyright .l .title{
	width: 100%;
	font-size: 17px;
	padding-top: 10px;
	margin-bottom: 20px;
	height: 55px;
	border-bottom:1px solid #859db5;
}
#footer .copyright .r{
	width: 325px;
	float: right;
}
#footer1{
	width: 100%;
	background-color: #064fb3;
}
#footer1 .copyright1{
	line-height: 45px;
	color: #fff;
} 
#footer1 .copyright1 a{
	color: #fff;
}
#footer1 .copyright1 a:hover{
	olor: #999;
}
/*social-bar*/

#social-bar{
	display: block;
	position: absolute;
	top: -40px;
	left: 0px;
	height: 74px;
	overflow: hidden;
	color: #49494b;
	background: url(../images/social-bg.png) no-repeat;
	z-index: 999;
}
#social-bar{_background: url(../images/social-bg.gif) no-repeat;}
#social-bar #share_code { margin:40px 0 10px 20px}
.ptop{ position:relative; height:74px}
#top-social-bar {
	display: block;
	position: absolute;
	top: -30px;
	left: 0px;
	height: 60px;
	line-height:60px;
	padding:0 20px;
	overflow: hidden;
	color: #49494b;
	font-size: 16px;
	background: url(../images/title-bg.png) no-repeat;
}
/*visit_path*/
.visit_path a { color:#7796ce}
.visit_path span { }
/*left*/
.left-nav-list li{ padding:5px 0; border-bottom:1px dashed #ccc}
.left-nav-content li{ padding:5px 0; border-bottom:1px dashed #ccc}

/*单/详情页*/

.single-p { line-height:24px;color:#666;}
.single-p .title{font-size:24px;font-size: 2.4rem;text-align:center;line-height:40px;color:#000;}
.single-p .info{height:27px;line-height:28px;text-align:right;margin:15px auto;color:#666;}
.single-p .info small{margin-left:8px;margin-right:3px;color:#999;font-size:12px;}
.single-p .info .small,.info .big{font-family:Georgia;font-weight:bold;cursor:pointer;}
.single-p .info .small{font-size:10px;padding-right:3px;}
.single-p .info .big{color:#003ba6;padding-left:3px;}
.single-p .desc{margin:20px 0 15px;padding:5px 10px;line-height:20px;border:1px solid #f4e4b4;background:#fffff0;}

.preNext { position:relative}
.preNext .line{height:10px;overflow:hidden;clear:both;background:url(../images/box_dotline.gif) left 15px repeat-x;margin:4px auto;padding-top:10px;}
.preNext .line strong{display:block;width:8px;height:10px;overflow:hidden;font-size:0px;line-height:100px;background:url(../images/box_dotline.gif) right -10px no-repeat;float:left;}
.preNext .text{color:#999;}
.preNext .text li { margin-bottom:5px}
.preNext .actBox{position:absolute;top:25px;right:0;}
.preNext .actBox li{display:inline;padding-left:22px;background-image:url(../images/actbox-ico.gif);background-repeat:no-repeat;margin-left:10px;}
.preNext .actBox li a{color:#666;}
.preNext .actBox li#act-fav{background-position:4px 0px;}
.preNext .actBox li#act-err{background-position:4px -37px;}
.preNext .actBox li#act-pus{background-position:4px -73px;}
.preNext .actBox li#act-pnt{background-position:4px -109px;}

/*Top按钮*/
*html{background-image:url(about:blank);background-attachment:fixed;}/*解决IE6下滚动抖动的问题*/
.tbox{width:50px;float:right;position:fixed;right:10px;bottom:15px;_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));_margin-bottom:15px;display:none;}/*解决IE6下不兼容 position:fixed 的问题*/
.tbox #gotop{width:50px;height:50px;background:url(../images/icon.png) no-repeat 0 0;display:block;}

/*lanmu*/
.lanmu { margin-bottom:10px}
.contactus {}
/*image-list*/
.image-list{
	width: 100%;
}
.image-item:hover{
	border: 1px solid #0B3B6B;
	box-shadow: 0px 14px 15px -20px rgba(0, 0, 0, 0.65);
}
.image-item:hover img{
	-webkit-filter: grayscale(60%); /* Chrome, Safari, Opera */
    filter: grayscale(60%);
}
.image-item p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.image-item {
	width:31%;
	float: left;
	margin:1%;
	border: 1px solid #ccc;
	box-sizing: border-box;
	background:#FFF;
	transition:All 0.5s ease-in-out;
	-webkit-transition:All 0.5s ease-in-out;
	-moz-transition:All 0.5s ease-in-out;
	-o-transition:All 0.5s ease-in-out;
	position: relative;
	overflow: hidden;
	}
.image-item:hover .image-item-img{
	-webkit-filter: grayscale(70%); /* Chrome, Safari, Opera */
	filter: grayscale(70%);
}
.image-item-img {
	margin: 2px;
	height: 0;
    padding-bottom: 68%;/* 高同宽的默认比例 */
	position:relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
    }
.image-item-img img{
	width: 100%;/* 兼容IE8 */
	height: 100%;
	position: absolute;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
.image-item-wenzi { 
	width: 100%;
	line-height:40px;
	text-align:center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	}
.image-item-wenzi a {
	font-size: 12pt;
	font-size: 1.4rem;
}
.image-item:hover a { text-decoration:none;}
/*text-list*/
.news-title {
	font-size:16px;
	margin-bottom:5px;
	font-weight:bold;
	height: 25px;
	line-height:25px;
}
.news-title a{
	font-size:16px;
	color:#8f8f8f;
}
.thumb-news-item .news-date  { 
	float:right; 
	color:#ccc;
}
.thumb-news-item .news-content .news-descri {}
.thumb-news-item a {
	display:block;
	cursor:pointer;
	padding:5px
}
.news-thumb{
	float: left;
}
.news-thumb img{
	max-width:300px;
	max-height:150px;
	padding-right:10px;
	}
.news-list{
	}
.news-time{
	width: 80px;
	height: 60px;
	padding-top: 10px;
	margin-right: 10px;
	float:left;
	color:#CCC;
	text-align: center;
	border: 1px solid #ccc;
	font-size: 7pt;
	font-size: 1rem;
	overflow: hidden;
	}
/*descri*/
.short-note { text-indent:24px; line-height:24px; color:#8f8f8f}
.short-note2 { line-height:20px; color:#8f8f8f; word-break:break-all; word-wrap:break-word; font-size:14px;}
a:hover .news-time,
a:hover .news-title{
	color:#F00;
}
a:hover .news-descri{
	color: #000;
}
.news-time span{
	width:100%;
	padding:0;
	margin:0;
	font-size: 50px;
	font-size: 5rem;
	display: block;
}
/*category-list*/
.category-list { margin-bottom:15px; padding-bottom:20px; border-bottom:1px dashed #ccc}

/*normal-news-list*/
.normal-news-list li{ *clear:both;}
.normal-news-list li a{*float:left;}
.normal-news-list li .news-date { float:right; color:#ccc; margin-right:5px}
/*pages*/
#pages { padding:14px 0 10px; margin:10px; }
#pages a { display:inline-block; width:26px; height:22px; line-height:22px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333}
#pages a.a1 { width:56px; background:#FFF}
#pages a:hover { background:#F3F2F0; color:#000; text-decoration:none; }
#pages span { display:inline-block; width:26px; height:22px; line-height:22px; background:#be9f4e; border:1px solid #CCC; color:#fff; text-align:center; }
.page .noPage { display:inline-block; width:56px; height:22px; line-height:22px; background:url(../img/icu/titleBg.png) repeat-x 0 -55px ; border:1px solid #e3e3e3; text-align:center; color:#a4a4a4; }

/*table_form*/
.table_form tr td { padding:5px}

/*form-guide*/